home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / dbltake.zip / WHAT'S.NEW < prev   
Text File  |  1991-07-15  |  10KB  |  124 lines

  1.                          APPENDIX A -- What's New!                                   
  2.                                                                                 
  3.                           DoubleTake Professional                                    
  4.                                 Version 2.0                                          
  5.                                                                                 
  6. 1.   ASCII   Mode.    The   most  significant  improvement   in  DoubleTake          
  7. Professional,  Version 2.0,  is the  implementation of  a fully  functional          
  8. ASCII viewing mode.                                                                  
  9.                                                                                 
  10. 2.   Common features.  In Version 2.0,  ASCII Mode and Hex mode share  many          
  11. features:                                                                            
  12.                                                                                 
  13.      Fully scrollable forward or backward, any length file.                          
  14.                                                                                 
  15.      Cursor movement keys can  move each file line by line  or character by          
  16.      character.                                                                      
  17.                                                                                 
  18.      Can move a "cursor" (or pointer) character by character in each file.           
  19.                                                                                 
  20.      Double Scroll Mode -- Scroll  Lock toggles whether both file character          
  21.      cursors move  together when you  press the Right/Left  arrows.  Starts          
  22.      with Double Scroll Mode On.                                                     
  23.                                                                                 
  24.      Find String highlights the found string (in  case you want to save the          
  25.      block to a clip file.)                                                          
  26.                                                                                 
  27.      Find String, Find Next Mismatch and Align  Files remain at the current          
  28.      spot in  the file if you  do not find a string, mismatch  or a spot to          
  29.      align in a file.                                                                
  30.                                                                                 
  31.      Added  ability to  enter Hex  or Decimal  codes when  searching  for a          
  32.      string.   (to search for non-printing characters, such  as CR or LF or          
  33.      TAB).   Use no quotes  if entering just a  string.  Use  quotes if you          
  34.      want  to mix  hex  ($20  =space character,  for  example) and  decimal          
  35.      (\032=space character) along with the strings.                                  
  36.                                                                                 
  37.      DoubleTake provides  a configurable  Align Files  function.   Pressing          
  38.      [Alt-A] lets you choose:                                                        
  39.                                                                                 
  40.        1) which file to align with which,                                            
  41.        2) how much of  the "Align-with" file to  search for in the  "bring-          
  42.          into-alignment" file,                                                       
  43.        3) which way to search for in the "bring-into-alignment" file,                
  44.        4) how  many characters  to check  in the  "bring-into-   alignment"          
  45.          file and                                                                    
  46.        5)  whether to  ignore upper/lower  case in  the  search.   If Blank          
  47.          Ignore is  on, all  "IGNORE" characters are  ignored in finding  a          
  48.          match.                                                                      
  49.                                                                                 
  50.      DoubleTake has a single-key auto-align function to try to re-align the          
  51.      files  after you've found  a mismatch.  Just  press [A] and DoubleTake          
  52.      will  search both forward  and backward for  a match according  to the          
  53.      parameters you've  set for how far to search and  how long a string to          
  54.      match.                                                                          
  55.                                                                                 
  56.      The key  to toggle between Hex and ASCII has  been changed from [X] to          
  57.      [Alt-X].   The key to toggle between Hex 24-column and 80-column modes          
  58.      was changed from [Alt-X] to [X].   This makes it a bit  more difficult          
  59.      to change modes, to minimize  accidentally changing modes when all you          
  60.      want to do is toggle between the Hex 80 and 24 columns modes.                   
  61.                                                                                 
  62.      In the Directory Picker, to view a file, you  must  now  press [Alt-V]
  63.      instead of just [V].  You may now press any character  (A  through  Z) 
  64.      and the cursor will move to the first entry starting with that letter.
  65.  
  66.      You  can now  toggle  between displaying  characters  in their  normal          
  67.      printing  modes (e.g., happy  faces, musical notes,  etc.), periods or          
  68.      spaces.  The  new mode added, spaces,  allows a cleaner display  of an          
  69.      ASCII file for those  distracted by the periods at the end of the line          
  70.      (representing the carriage return and line feeds).                              
  71.                                                                                 
  72.      The /1 switch has  been eliminated in this version to  make DoubleTake          
  73.      easier to use as  a single file viewer.  If you wish to use DoubleTake          
  74.      as  a  single file  viewer,  simply  enter  DoubleTake  with a  single          
  75.      filename.    Or,  if  you  started DoubleTake  with  no  command  line          
  76.      arguments, simply  enter the one filename  you wish to view  and press          
  77.      [Enter] once when asked for the second filename.                                
  78.                                                                                 
  79.      When changing from Hex to ASCII and ASCII to Hex, DoubleTake  stays at          
  80.      the same location (same character) in the file.                                 
  81.                                                                                 
  82.      A file  can usually be read successfully in  either Hex or ASCII mode.          
  83.      DoubleTake no longer  checks a file for  non-printing characters -- it          
  84.      starts in the mode (either Hex or ASCII) set in the DUBLTAKE.CNF file.          
  85.                                                                                 
  86.      DoubleTake  uses  the largest  possible  file buffers  allowed  by the          
  87.      amount  of free memory available at start-up.   For larger files, this          
  88.      means DoubleTake will load the file in larger sections and process the          
  89.      file faster.                                                                    
  90.                                                                                 
  91. 3.   ASCII Mode Unique Features.                                                     
  92.  
  93.      ASCII  Mode  has  configurable End-of-Line  characters.    The default          
  94.      characters are Carriage Return (ASCII  code hex $0D), Line Feed ($0A),          
  95.      CR with high bit set (WordStar, ASCII code $8D) and Linefeed with high          
  96.      bit set ($8A).   You can choose  your own End of  Line codes to  adapt          
  97.      DoubleTake to your specific word processor.                                     
  98.                                                                                 
  99.      Either one  or two character  End-of-Line characters  can be  handled.          
  100.      DoubleTake  recognizes Carriage Return  (CR) and Linefeed  (LF) as the          
  101.      end of a single  line.  If the same End of Line character occurs twice          
  102.      in succession,  DoubleTake assumes  that this file  only uses  the one          
  103.      character to indicate End of Line and will reflect two lines,  one for          
  104.      each End of Line character.                                                     
  105.                                                                                 
  106.      DoubleTake shows either Line Number Mode or Show Byte At  Cursor Mode.          
  107.      In the Line Number Mode, DoubleTake shows the actual line in the file;          
  108.      in the Show Byte mode, DoubleTake shows the byte at the cursor.                 
  109.                                                                                 
  110.      ASCII  Mode uses the  [Tab] and [Shift-Tab] keys  to scroll the screen          
  111.      right or left to  view lines wider than the screen  width.  Can scroll          
  112.      files  independently or  together.   A  Quick-Return-to-Column-One key          
  113.      [Right-Shift-Tab] returns either or both files to the left margin)              
  114.                                                                                 
  115.      Added the ability to highlight a block and  write it to a CLiP file of          
  116.      your own choice.  Two CLiP files are available, one for each file, but          
  117.      you  may  change  either or  both  clip  files as  you  choose.   Clip          
  118.      filenames default to the same  filename as the compared file, with the          
  119.      extension of ".CLP," but you can change any part of the name.  You can          
  120.      also send to a DOS device like PRN or LPT1.                                     
  121.                                                                                 
  122.      Enter a new filename, overwrite  an existing CLiP file or continuously          
  123.      add to the end of it.                                                           
  124.